.TH io 3 2009-06-10 "Linux 2.4" "Linux AIO"
.SH NAME
io \- Asynchronous IO
-.SH SYNOPSYS
+.SH SYNOPSIS
.nf
.B #include <errno.h>
.sp
.TH io_fsync 3 2009-06-10 "Linux 2.4" Linux AIO"
.SH NAME
io_fsync \- Synchronize a file's complete in-core state with that on disk
-.SH SYNOPSYS
+.SH SYNOPSIS
.nf
.B #include <errno.h>
.sp
.TP
.B EINVAL
.I ctx
-refers to an unitialized aio context, the iocb pointed to by
+refers to an uninitialized aio context, the iocb pointed to by
.I iocbs
contains an improperly initialized iocb,
.TP
.TH io_prep_fsync 3 2009-06-10 "Linux 2.4" Linux AIO"
.SH NAME
io_prep_fsync \- Synchronize a file's complete in-core state with that on disk
-.SH SYNOPSYS
+.SH SYNOPSIS
.nf
.B #include <errno.h>
.br
.TH io_prep_pread 3 2009-06-10 "Linux 2.4" Linux AIO"
.SH NAME
io_prep_pread \- Set up asynchronous read
-.SH SYNOPSYS
+.SH SYNOPSIS
.nf
.B #include <errno.h>
.sp
.TH io_prep_pwrite 3 2009-06-10 "Linux 2.4" Linux AIO"
.SH NAME
io_prep_pwrite \- Set up iocb for asynchronous writes
-.SH SYNOPSYS
+.SH SYNOPSIS
.nf
.B #include <errno.h>
.br
.TP
.B EINVAL
.I ctx
-refers to an unitialized aio context, the \fIiocb\fP pointed to by
+refers to an uninitialized aio context, the \fIiocb\fP pointed to by
.I iocbs
contains an improperly initialized \fIiocb\fP.
.TP
.TP
.B EINVAL
.I ctx_id
-refers to an unitialized aio context, the \fIiocb\fP pointed to by
+refers to an uninitialized aio context, the \fIiocb\fP pointed to by
.I iocbs
contains an improperly initialized iocb.
.TP
.TP
.B EINVAL
.I ctx_id
-refers to an unitialized aio context, the \fIiocb\fP pointed to by
+refers to an uninitialized aio context, the \fIiocb\fP pointed to by
.I iocbs
contains an improperly initialized iocb.
.TP
.TH io_set_callback 3 2009-06-10 "Linux 2.4" Linux AIO"
.SH NAME
io_set_callback \- Set up io completion callback function
-.SH SYNOPSYS
+.SH SYNOPSIS
.nf
.B #include <errno.h>
.br
.TP
.B EINVAL
.I ctx
-refers to an unitialized aio context, the iocb pointed to by
+refers to an uninitialized aio context, the iocb pointed to by
.I iocbs
contains an improperly initialized iocb,
.TP